home *** CD-ROM | disk | FTP | other *** search
- #[document 85.05 132.8 129 182.1
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(86.50,137.45);
- l(85.80,134.85);
- l(87.35,133.55);
- l(89.55,134.10);
- l(108.40,145.00);
- l(111.00,149.40);
- l(113.20,157.65);
- l(116.40,163.20);
- l(121.55,168.20);
- l(124.00,163.50);
- l(125.05,158.85);
- l(125.05,154.70);
- l(128.25,156.55);
- l(127.30,165.45);
- l(125.05,172.55);
- l(118.75,181.35);
- l(116.85,178.30);
- l(112.40,172.20);
- l(106.50,167.35);
- l(100.60,164.30);
- l(97.05,162.20);
- l(97.20,157.55);
- l(97.20,152.50);
- l(95.25,147.60);
- l(91.20,143.20);
- l(86.50,137.45);
- close_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_line_cap_style(round);
- gc_stroke_width(1.50);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-